home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / misc / phoon.lha / Makefile < prev    next >
Makefile  |  1992-09-20  |  404b  |  23 lines

  1. # This makefile is written for dmake
  2. TRG=    phoon
  3. SRC=    amiga fullmoon xphoon \
  4.     original/dtime original/phase \
  5.     math/atan2 math/floor math/support
  6. OBJ=    {$(SRC)}.o
  7. CC=    /bin/gcc
  8. SHELL=    /bin/sh
  9. CFLAGS= -O2
  10.  
  11. %.o : %.c ; $(CC) $(CFLAGS) -o $@ -c $<
  12.  
  13. $(TRG): $(OBJ)
  14.     $(CC) -o $@ $(OBJ)
  15.  
  16. clean:
  17.     /c/delete $(OBJ) QUIET
  18.  
  19. # DO NOT DELETE THIS LINE -- make depend depends on it.
  20.  
  21. amiga.o: amiga.h
  22. xphoon.o: amiga.h
  23.